Interface PhoneSignaling

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
PhoneSignalingImpl

public interface PhoneSignaling extends Process
Information provided by the PKI file:

    \class PhoneSignaling
    
    \brief PhoneSignaling handles and manipulates the PPP encapsulation process.
    
    \example network().getDevice("Router0").getProcess("PhoneSignaling")
    
Author:
Auto-generated
  • Method Details

    • getPacketCnt

      int getPacketCnt()
      Information provided by the PKI file:
      
          \brief Returns the packet count.
          
          \return int, the packet count.
          
              
      Returns:
      int Returns a int
    • getUserTrafficAt

      UserTraffic getUserTrafficAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the user traffic at the given index.
          
          \param index, index to get the traffic at.
          
          \return UserTraffic, traffic at the specified index.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserTraffic Returns a UserTraffic